/*  
Theme Name: Het Beste uit A 1.1
Theme URI: http://nielswebwerk.nl/
Description: Custom made theme for theatre play "Het Beste uit A". Design by niels webwerk.
Version: 1.1
Author: Niels Beune
Author URI: http://nielswebwerk.nl/

	 Het Beste uit A 1.1
	 http://nielswebwerk.nl

	This theme was designed and built by Niels Beune & Robert Buzink,
	whose blog you will find at http://nielsbeune.nl and http://robertbuzink.nl

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* structuur:

-enkele post of pagina-
body
	#contentwrapper
		#content
			#menu
				a
			.post
				#kop
				.entry
			
-category-
body
	#contentwrapper
		#content			
			#menu
				a
			#kop
			.totaal
 				.post
					.kopcat
					.entrycat
					of
					.entrycat3
						.personage
						.persoon
						.quote_personage
						.tekst_personage
						.tekst_persoon
						.tussentekst
						img.foto
*/
	
body {
	background: #000000 url(images/mainbg3.jpg) no-repeat 50% 0%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}


	#contentwrapper {
		width:990px;
		height:568px;
		margin:auto;
		}

/*	*+html #contentwrapper {
		width:900px;
		}
*/

		#content {
			width:500px;
			height:550px;
			margin-top:46px;
			text-align:justify;
			}

			#menu {
				margin-bottom:34px;
				}

			#menu ul {
				margin-left:-40px;
				}

			#menu ul li{
				display: inline;
				}

			#menu a:hover, a.active {
				font-weight: bold;
				}

			.post {
				}
					
   				#kop {
					margin-bottom:10px;
					font-size:28px;
					color: #FFFFFF;
					}

				.entry {
					width:580px;
					height:400px;
					overflow:auto;
					text-align:justify;
					background: #ffffff;
					}
					
/* 				*+html.entry {
					width:580px;
					height:400px;
					overflow:auto;
					}
*/

			.kopcat {
				margin-bottom:10px;
				font-size:24px; 
				/* color: #FFFFFF; */
				}

				
			.totaal {
				width:580px;
				height:400px;
				overflow:auto;
				background: #ffffff;
				}

/*			*+html.totaal {
				width:580px;
				height:400px;
				}
*/

					.entrycat3 {
						width:560px;
						min-height: 350px;
						text-align:justify;
						}

					.entrycat {
						width:560px;
						/* min-height: 350px; */
						text-align:justify;
						}



/* personages/spelers */

	.personage {
		margin-left:215px;
		margin-right:5px;
		margin-bottom:8px;
		font-size:20px;
		color: #EE1B24;
		}

	.persoon {
		margin-left:215px;
		margin-right:5px;
		margin-bottom:8px;
		font-size:20px;
		color: #EE1B24;
		}

	.quote_personage {
		margin-left:215px;
		margin-right:10px;
		margin-bottom:8px;
		font-style: oblique;
		}

	.tekst_personage {
		margin-left:215px;
		margin-right:10px;
		}

	.tekst_persoon {
		margin-left:215px;
		margin-right:10px;
		}

	.tussentekst {
		margin-left:215px;
		margin-right:5px;
		margin-top:20px;
		margin-bottom:10px;
		font-weight: bold;
		}

	img.foto {
		width:200px;
		/* height:auto; */
		float:left ;
		}


/* links */

 
	H2 #sponsoren {
		margin-bottom:0px;
		margin-top:20px;
		text-align:bottom;
		}

	.links {
		margin-bottom:30px;
		margin-left:50px;
		}


/* fout pagina */

.fout {
	width:450px;
	margin-right:30px;
	margin-top:-20px;
	text-align:justify;
	}

.foutkop {
	width:450px;
	margin-right:30px;
	margin-top:-350px;
	text-align:justify;
	}


#header {
	margin-bottom:8px
	font-size:20px;
	color: #EE1B24;
	}

#titel_klein {
	font-size:20px;
	positon:absolute;
	margin-left:230px;
	margin-top:-27px;
	}

#headertop {
	margin-bottom:10px;
	font-size:28px;
	color: #FFFFFF;
	}





.part {
	text-align:left;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	text-indent:0px;
	direction:ltr
	}


H2 {
	text-align:left;
/*	margin-bottom:38px;
*/	margin-top:0px;
	margin-right:0px;
	text-indent:0px;
	direction:ltr;
	}



SPAN {
	font-family:'Myriad','Myriad',serif;
	font-size:20pt;
	font-style:normal;
	font-weight:normal
	}

P {
	text-align:left;
	margin-bottom:20px;
	margin-top:0px;
	margin-right:10px;
	text-indent:0px;
	direction:ltr
	}

TABLE {
	border-width:0px;
	border-collapse:collapse;
	padding:3px;
	text-align:center;
	vertical-align:top;
	margin-bottom:22px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	direction:ltr;
	width:90%;
	height:auto;
	display:table;
	float:none
	table-layout: fixed;
	}

TR {
	vertical-align:top;
	height:auto;
	marge-bottom:2px;
	}

TD { 
	text-align:left;
	vertical-align:top
	width:50%;
	}

a:link, a img {
	color:#EE1B24;
	text-decoration:none;
	border:none;
	}

a:visited, a img {
	color:#EE1B24;
	text-decoration:none;
	}

a:hover, a:hover span, a img , a #active{
	color:#EE1B24;
	text-decoration:none;

	font-weight: bold;
	}

#copyright {
	float: right;
	padding-top: 2px;
	}